Allows DatasetRestoring to act on fields by different name#199
Allows DatasetRestoring to act on fields by different name#199
DatasetRestoring to act on fields by different name#199Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
I don't think we can pass a varname that is different than the one in metadata, while this keyword argument would allow it. I would probably drop the variable_name kwarg, what you want to achieve can be done just by passing |
Oh yes thats true |
Co-authored-by: Simone Silvestri <silvestri.simone0@gmail.com>
|
Could I add a scale factor to the dataset? Do you think it would be best to do it in the constructor, or to pass a scale factor to the forcing function? |
Since 0.3.0 can't build FTS of ECCO Darwin variables as their location isn't in the ECCO_location dictionary
|
there is already the |
I mean if the dataset is different (e.g. in different units) to the field its restoring, so it would go in as s in |
This PR moves
variable_nameto be akwarginDatasetRestoringto allow users to override the default naming. A user would be required to define a struct and getindex method for the name, for example: